home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / tigerfix.zip / PRUNE.CFG next >
Text File  |  1993-12-11  |  2KB  |  42 lines

  1. *--------------------------------------------------------------------------*
  2. *--------------------------------------------------------------------------*
  3. *                                                                          *
  4. *                               PRUNE.CFG                                  *
  5. *                                                                          *
  6. *                      (c) 1993 by Bernal Schooley                         *
  7. *                          and Advanced Designs                            *
  8. *                                                                          *
  9. *--------------------------------------------------------------------------*
  10. *--------------------------------------------------------------------------*
  11.  
  12.  
  13.  
  14.     Prune allows for two methods of pruning.  One is "hide", in which
  15. each header field that is to be pruned will actually get a CHR(1) added to
  16. the beginning of the line.  This causes TBBS to hide the lines and not
  17. display them to the caller, except when quoting the message in the online
  18. TBBS message editor.
  19.  
  20. PRUNE-METHOD: HIDE
  21.  
  22.     
  23.     The keep list allows you to add those header field that are not
  24. required by PIMP but that you want displayed to your users for informational
  25. purposes.
  26.  
  27. KEEP:
  28. To:
  29. Date:
  30. Organization:
  31. ENDKEEP:
  32.  
  33.  
  34.     Accounting functions are not really in the release version of PRUNE.
  35. Rather hooks are proved in the programs for others to code in their own
  36. routines which can allow for accounting function or anything else for
  37. that matter.  For sake of speed this Accounting field is set to "no" so
  38. that the normal prune functions may operate faster by not have to do
  39. extra work which would be required for accounting systems.
  40.  
  41. ACCOUNTING: NO
  42.